Html Css Color HEX #B7133A Cardinal

📋 copy color: '#B7133A'

red 183 ◦ green 19 ◦ blue 58

#B7133A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B7133A

Tints of Cardinal #B7133A

RGB

 RED value IS 183 (71.88% from 255) = 70.38%

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 70.38%
G = 7.31%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7133A (or 0xB7133A) is known color: Cardinal. HEX triplet: B7, 13 and 3A. RGB value is (183,19,58). Sum of RGB (Red+Green+Blue) = 183+19+58=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7133A is #48ECC5. Grayscale: #484848. Windows color (decimal): -4779206 or 3806135. OLE color: 3806135.

HSL color Cylindrical-coordinate representation of color #B7133A: hue angle of 345.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7133A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 58 -
CMYK 0 0.90 0.68 0.28
HSL 345.73º 0.81% 0.4% -
HSV(B) 345.73º 0.9% 0.72% -
XYZ 20.53 10.84 5.01 -
YUV 72.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 183 19 58 0 0.90 0.68 0.28 345.73 0.81 0.4
Hex B7 13 3A 0 5A 44 1C 15A 51 28
Octal 267 23 72 0 132 104 34 532 121 50
Binary 10110111 10011 111010 0 1011010 1000100 11100 101011010 1010001 101000

Color Harmonies of #B7133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7133A

Black with #B7133A

Text Example


Text Example

White with #B7133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7133A; }

 p { color: rgb(183,19,58); }

 H1.HeaderClassName
 {
   color: #B7133A;
 }
 .AnyTagClassName
 {
   color: #B7133A;
 }
</style>

background-color css

<style>
 a { background-color: #B7133A; }

 a { background-color: rgb(183,19,58); }

 div.DivClassName
 {
   background-color: #B7133A;
 }
 .BgClassName
 {
   background-color: #B7133A;
 }
</style>

border-color css

<style>
 span { border-color: #B7133A; }

 span { border-color: rgb(183,19,58); }

 td.TdClassName
 {
   border-color: #B7133A;
 }
 .TagClassName
 {
   border-color: #B7133A;
 }
</style>