Html Css Color HEX #B2022E Cardinal

📋 copy color: '#B2022E'

red 178 ◦ green 2 ◦ blue 46

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

Shades of Cardinal #B2022E

Tints of Cardinal #B2022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 78.76%
G = 0.88%
B = 20.35%

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

#B2022E (or 0xB2022E) is known color: Cardinal. HEX triplet: B2, 02 and 2E. RGB value is (178,2,46). Sum of RGB (Red+Green+Blue) = 178+2+46=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2022E is #4DFDD1. Grayscale: #3B3B3B. Windows color (decimal): -5111250 or 3015346. OLE color: 3015346.

HSL color Cylindrical-coordinate representation of color #B2022E: hue angle of 345º 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 #B2022E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 46 -
CMYK 0 0.99 0.74 0.30
HSL 345º 0.98% 0.35% -
HSV(B) 345º 0.99% 0.7% -
XYZ 18.87 9.71 3.46 -
YUV 59.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 178 2 46 0 0.99 0.74 0.30 345 0.98 0.35
Hex B2 2 2E 0 63 4A 1E 159 62 23
Octal 262 2 56 0 143 112 36 531 142 43
Binary 10110010 10 101110 0 1100011 1001010 11110 101011001 1100010 100011

Color Harmonies of #B2022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2022E

Black with #B2022E

Text Example


Text Example

White with #B2022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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