Html Css Color HEX #B2022F Cardinal

📋 copy color: '#B2022F'

red 178 ◦ green 2 ◦ blue 47

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

Shades of Cardinal #B2022F

Tints of Cardinal #B2022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 78.41%
G = 0.88%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2022F (or 0xB2022F) is known color: Cardinal. HEX triplet: B2, 02 and 2F. RGB value is (178,2,47). Sum of RGB (Red+Green+Blue) = 178+2+47=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2022F is #4DFDD0. Grayscale: #3B3B3B. Windows color (decimal): -5111249 or 3080882. OLE color: 3080882.

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

Color convert

RGB 178 2 47 -
CMYK 0 0.99 0.74 0.30
HSL 344.66º 0.98% 0.35% -
HSV(B) 344.66º 0.99% 0.7% -
XYZ 18.89 9.71 3.57 -
YUV 59.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 178 2 47 0 0.99 0.74 0.30 344.66 0.98 0.35
Hex B2 2 2F 0 63 4A 1E 159 62 23
Octal 262 2 57 0 143 112 36 531 142 43
Binary 10110010 10 101111 0 1100011 1001010 11110 101011001 1100010 100011

Color Harmonies of #B2022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2022F

Black with #B2022F

Text Example


Text Example

White with #B2022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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