Html Css Color HEX #B7222B Cardinal

📋 copy color: '#B7222B'

red 183 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #B7222B

Tints of Cardinal #B7222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 70.38%
G = 13.08%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7222B (or 0xB7222B) is known color: Cardinal. HEX triplet: B7, 22 and 2B. RGB value is (183,34,43). Sum of RGB (Red+Green+Blue) = 183+34+43=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7222B is #48DDD4. Grayscale: #4F4F4F. Windows color (decimal): -4775381 or 2826935. OLE color: 2826935.

HSL color Cylindrical-coordinate representation of color #B7222B: hue angle of 356.38º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7222B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 43 -
CMYK 0 0.81 0.77 0.28
HSL 356.38º 0.69% 0.43% -
HSV(B) 356.38º 0.81% 0.72% -
XYZ 20.54 11.39 3.4 -
YUV 79.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 183 34 43 0 0.81 0.77 0.28 356.38 0.69 0.43
Hex B7 22 2B 0 51 4D 1C 164 45 2B
Octal 267 42 53 0 121 115 34 544 105 53
Binary 10110111 100010 101011 0 1010001 1001101 11100 101100100 1000101 101011

Color Harmonies of #B7222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7222B

Black with #B7222B

Text Example


Text Example

White with #B7222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7222B; }

 p { color: rgb(183,34,43); }

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

background-color css

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

 a { background-color: rgb(183,34,43); }

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

border-color css

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

 span { border-color: rgb(183,34,43); }

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