Html Css Color HEX #B2012F Cardinal

📋 copy color: '#B2012F'

red 178 ◦ green 1 ◦ blue 47

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

Shades of Cardinal #B2012F

Tints of Cardinal #B2012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 78.76%
G = 0.44%
B = 20.8%

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

#B2012F (or 0xB2012F) is known color: Cardinal. HEX triplet: B2, 01 and 2F. RGB value is (178,1,47). Sum of RGB (Red+Green+Blue) = 178+1+47=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2012F is #4DFED0. Grayscale: #3B3B3B. Windows color (decimal): -5111505 or 3080626. OLE color: 3080626.

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

Color convert

RGB 178 1 47 -
CMYK 0 0.99 0.74 0.30
HSL 344.41º 0.99% 0.35% -
HSV(B) 344.41º 0.99% 0.7% -
XYZ 18.88 9.69 3.56 -
YUV 59.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 178 1 47 0 0.99 0.74 0.30 344.41 0.99 0.35
Hex B2 1 2F 0 63 4A 1E 158 63 23
Octal 262 1 57 0 143 112 36 530 143 43
Binary 10110010 1 101111 0 1100011 1001010 11110 101011000 1100011 100011

Color Harmonies of #B2012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2012F

Black with #B2012F

Text Example


Text Example

White with #B2012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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