Html Css Color HEX #B0272C Cardinal

📋 copy color: '#B0272C'

red 176 ◦ green 39 ◦ blue 44

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

Shades of Cardinal #B0272C

Tints of Cardinal #B0272C

RGB

 RED value IS 176 (69.14% from 255) = 67.95%

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 67.95%
G = 15.06%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0272C (or 0xB0272C) is known color: Cardinal. HEX triplet: B0, 27 and 2C. RGB value is (176,39,44). Sum of RGB (Red+Green+Blue) = 176+39+44=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0272C is #4FD8D3. Grayscale: #505050. Windows color (decimal): -5232852 or 2893744. OLE color: 2893744.

HSL color Cylindrical-coordinate representation of color #B0272C: hue angle of 357.81º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0272C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 44 -
CMYK 0 0.78 0.75 0.31
HSL 357.81º 0.64% 0.42% -
HSV(B) 357.81º 0.78% 0.69% -
XYZ 19.08 10.86 3.47 -
YUV 80.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 176 39 44 0 0.78 0.75 0.31 357.81 0.64 0.42
Hex B0 27 2C 0 4E 4B 1F 166 40 2A
Octal 260 47 54 0 116 113 37 546 100 52
Binary 10110000 100111 101100 0 1001110 1001011 11111 101100110 1000000 101010

Color Harmonies of #B0272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0272C

Black with #B0272C

Text Example


Text Example

White with #B0272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0272C; }

 p { color: rgb(176,39,44); }

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

background-color css

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

 a { background-color: rgb(176,39,44); }

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

border-color css

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

 span { border-color: rgb(176,39,44); }

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