Html Css Color HEX #B7222D Cardinal

📋 copy color: '#B7222D'

red 183 ◦ green 34 ◦ blue 45

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

Shades of Cardinal #B7222D

Tints of Cardinal #B7222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 69.85%
G = 12.98%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7222D (or 0xB7222D) is known color: Cardinal. HEX triplet: B7, 22 and 2D. RGB value is (183,34,45). Sum of RGB (Red+Green+Blue) = 183+34+45=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7222D is #48DDD2. Grayscale: #4F4F4F. Windows color (decimal): -4775379 or 2958007. OLE color: 2958007.

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

Color convert

RGB 183 34 45 -
CMYK 0 0.81 0.75 0.28
HSL 355.57º 0.69% 0.43% -
HSV(B) 355.57º 0.81% 0.72% -
XYZ 20.57 11.4 3.6 -
YUV 79.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 183 34 45 0 0.81 0.75 0.28 355.57 0.69 0.43
Hex B7 22 2D 0 51 4B 1C 164 45 2B
Octal 267 42 55 0 121 113 34 544 105 53
Binary 10110111 100010 101101 0 1010001 1001011 11100 101100100 1000101 101011

Color Harmonies of #B7222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7222D

Black with #B7222D

Text Example


Text Example

White with #B7222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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