Html Css Color HEX #B7133E Cardinal

📋 copy color: '#B7133E'

red 183 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #B7133E

Tints of Cardinal #B7133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 69.32%
G = 7.2%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7133E (or 0xB7133E) is known color: Cardinal. HEX triplet: B7, 13 and 3E. RGB value is (183,19,62). Sum of RGB (Red+Green+Blue) = 183+19+62=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7133E is #48ECC1. Grayscale: #484848. Windows color (decimal): -4779202 or 4068279. OLE color: 4068279.

HSL color Cylindrical-coordinate representation of color #B7133E: hue angle of 344.27º 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 #B7133E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 62 -
CMYK 0 0.90 0.66 0.28
HSL 344.27º 0.81% 0.4% -
HSV(B) 344.27º 0.9% 0.72% -
XYZ 20.63 10.88 5.57 -
YUV 72.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 183 19 62 0 0.90 0.66 0.28 344.27 0.81 0.4
Hex B7 13 3E 0 5A 42 1C 158 51 28
Octal 267 23 76 0 132 102 34 530 121 50
Binary 10110111 10011 111110 0 1011010 1000010 11100 101011000 1010001 101000

Color Harmonies of #B7133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7133E

Black with #B7133E

Text Example


Text Example

White with #B7133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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