Html Css Color HEX #B20F2F Cardinal

📋 copy color: '#B20F2F'

red 178 ◦ green 15 ◦ blue 47

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

Shades of Cardinal #B20F2F

Tints of Cardinal #B20F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 74.17%
G = 6.25%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B20F2F (or 0xB20F2F) is known color: Cardinal. HEX triplet: B2, 0F and 2F. RGB value is (178,15,47). Sum of RGB (Red+Green+Blue) = 178+15+47=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F2F is #4DF0D0. Grayscale: #434343. Windows color (decimal): -5107921 or 3084210. OLE color: 3084210.

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

Color convert

RGB 178 15 47 -
CMYK 0 0.92 0.74 0.30
HSL 348.22º 0.84% 0.38% -
HSV(B) 348.22º 0.92% 0.7% -
XYZ 19.04 10.01 3.62 -
YUV 67.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 178 15 47 0 0.92 0.74 0.30 348.22 0.84 0.38
Hex B2 F 2F 0 5C 4A 1E 15C 54 26
Octal 262 17 57 0 134 112 36 534 124 46
Binary 10110010 1111 101111 0 1011100 1001010 11110 101011100 1010100 100110

Color Harmonies of #B20F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F2F

Black with #B20F2F

Text Example


Text Example

White with #B20F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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