Html Css Color HEX #B20F45 Cardinal

📋 copy color: '#B20F45'

red 178 ◦ green 15 ◦ blue 69

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

Shades of Cardinal #B20F45

Tints of Cardinal #B20F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.34%

R = 67.94%
G = 5.73%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20F45 (or 0xB20F45) is known color: Cardinal. HEX triplet: B2, 0F and 45. RGB value is (178,15,69). Sum of RGB (Red+Green+Blue) = 178+15+69=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F45 is #4DF0BA. Grayscale: #454545. Windows color (decimal): -5107899 or 4526002. OLE color: 4526002.

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

Color convert

RGB 178 15 69 -
CMYK 0 0.92 0.61 0.30
HSL 340.12º 0.84% 0.38% -
HSV(B) 340.12º 0.92% 0.7% -
XYZ 19.61 10.24 6.57 -
YUV 69.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 178 15 69 0 0.92 0.61 0.30 340.12 0.84 0.38
Hex B2 F 45 0 5C 3D 1E 154 54 26
Octal 262 17 105 0 134 75 36 524 124 46
Binary 10110010 1111 1000101 0 1011100 111101 11110 101010100 1010100 100110

Color Harmonies of #B20F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F45

Black with #B20F45

Text Example


Text Example

White with #B20F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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