Html Css Color HEX #B0293B Cardinal

📋 copy color: '#B0293B'

red 176 ◦ green 41 ◦ blue 59

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

Shades of Cardinal #B0293B

Tints of Cardinal #B0293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 63.77%
G = 14.86%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0293B (or 0xB0293B) is known color: Cardinal. HEX triplet: B0, 29 and 3B. RGB value is (176,41,59). Sum of RGB (Red+Green+Blue) = 176+41+59=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0293B is #4FD6C4. Grayscale: #535353. Windows color (decimal): -5232325 or 3877296. OLE color: 3877296.

HSL color Cylindrical-coordinate representation of color #B0293B: hue angle of 352º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0293B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 59 -
CMYK 0 0.77 0.66 0.31
HSL 352º 0.62% 0.43% -
HSV(B) 352º 0.77% 0.69% -
XYZ 19.49 11.13 5.26 -
YUV 83.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 176 41 59 0 0.77 0.66 0.31 352 0.62 0.43
Hex B0 29 3B 0 4D 42 1F 160 3E 2B
Octal 260 51 73 0 115 102 37 540 76 53
Binary 10110000 101001 111011 0 1001101 1000010 11111 101100000 111110 101011

Color Harmonies of #B0293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0293B

Black with #B0293B

Text Example


Text Example

White with #B0293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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