Html Css Color HEX #B0273B Cardinal

📋 copy color: '#B0273B'

red 176 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #B0273B

Tints of Cardinal #B0273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 64.23%
G = 14.23%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0273B (or 0xB0273B) is known color: Cardinal. HEX triplet: B0, 27 and 3B. RGB value is (176,39,59). Sum of RGB (Red+Green+Blue) = 176+39+59=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0273B is #4FD8C4. Grayscale: #525252. Windows color (decimal): -5232837 or 3876784. OLE color: 3876784.

HSL color Cylindrical-coordinate representation of color #B0273B: hue angle of 351.24º 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 #B0273B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 59 -
CMYK 0 0.78 0.66 0.31
HSL 351.24º 0.64% 0.42% -
HSV(B) 351.24º 0.78% 0.69% -
XYZ 19.42 11 5.24 -
YUV 82.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 176 39 59 0 0.78 0.66 0.31 351.24 0.64 0.42
Hex B0 27 3B 0 4E 42 1F 15F 40 2A
Octal 260 47 73 0 116 102 37 537 100 52
Binary 10110000 100111 111011 0 1001110 1000010 11111 101011111 1000000 101010

Color Harmonies of #B0273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0273B

Black with #B0273B

Text Example


Text Example

White with #B0273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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