Html Css Color HEX #B7213E Cardinal

📋 copy color: '#B7213E'

red 183 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #B7213E

Tints of Cardinal #B7213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 65.83%
G = 11.87%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7213E (or 0xB7213E) is known color: Cardinal. HEX triplet: B7, 21 and 3E. RGB value is (183,33,62). Sum of RGB (Red+Green+Blue) = 183+33+62=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7213E is #48DEC1. Grayscale: #515151. Windows color (decimal): -4775618 or 4071863. OLE color: 4071863.

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

Color convert

RGB 183 33 62 -
CMYK 0 0.82 0.66 0.28
HSL 348.4º 0.69% 0.42% -
HSV(B) 348.4º 0.82% 0.72% -
XYZ 20.94 11.5 5.67 -
YUV 81.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 183 33 62 0 0.82 0.66 0.28 348.4 0.69 0.42
Hex B7 21 3E 0 52 42 1C 15C 45 2A
Octal 267 41 76 0 122 102 34 534 105 52
Binary 10110111 100001 111110 0 1010010 1000010 11100 101011100 1000101 101010

Color Harmonies of #B7213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7213E

Black with #B7213E

Text Example


Text Example

White with #B7213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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