Html Css Color HEX #B2202F Cardinal

📋 copy color: '#B2202F'

red 178 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #B2202F

Tints of Cardinal #B2202F

RGB

 RED value IS 178 (69.92% from 255) = 69.26%

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 69.26%
G = 12.45%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2202F (or 0xB2202F) is known color: Cardinal. HEX triplet: B2, 20 and 2F. RGB value is (178,32,47). Sum of RGB (Red+Green+Blue) = 178+32+47=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2202F is #4DDFD0. Grayscale: #4D4D4D. Windows color (decimal): -5103569 or 3088562. OLE color: 3088562.

HSL color Cylindrical-coordinate representation of color #B2202F: hue angle of 353.84º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2202F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 47 -
CMYK 0 0.82 0.74 0.30
HSL 353.84º 0.7% 0.41% -
HSV(B) 353.84º 0.82% 0.7% -
XYZ 19.39 10.7 3.73 -
YUV 77.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 178 32 47 0 0.82 0.74 0.30 353.84 0.7 0.41
Hex B2 20 2F 0 52 4A 1E 162 46 29
Octal 262 40 57 0 122 112 36 542 106 51
Binary 10110010 100000 101111 0 1010010 1001010 11110 101100010 1000110 101001

Color Harmonies of #B2202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2202F

Black with #B2202F

Text Example


Text Example

White with #B2202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2202F; }

 p { color: rgb(178,32,47); }

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

background-color css

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

 a { background-color: rgb(178,32,47); }

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

border-color css

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

 span { border-color: rgb(178,32,47); }

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