Html Css Color HEX #B0293C Cardinal

📋 copy color: '#B0293C'

red 176 ◦ green 41 ◦ blue 60

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

Shades of Cardinal #B0293C

Tints of Cardinal #B0293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 63.54%
G = 14.8%
B = 21.66%

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

#B0293C (or 0xB0293C) is known color: Cardinal. HEX triplet: B0, 29 and 3C. RGB value is (176,41,60). Sum of RGB (Red+Green+Blue) = 176+41+60=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0293C is #4FD6C3. Grayscale: #535353. Windows color (decimal): -5232324 or 3942832. OLE color: 3942832.

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

Color convert

RGB 176 41 60 -
CMYK 0 0.77 0.66 0.31
HSL 351.56º 0.62% 0.43% -
HSV(B) 351.56º 0.77% 0.69% -
XYZ 19.51 11.14 5.4 -
YUV 83.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 176 41 60 0 0.77 0.66 0.31 351.56 0.62 0.43
Hex B0 29 3C 0 4D 42 1F 160 3E 2B
Octal 260 51 74 0 115 102 37 540 76 53
Binary 10110000 101001 111100 0 1001101 1000010 11111 101100000 111110 101011

Color Harmonies of #B0293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0293C

Black with #B0293C

Text Example


Text Example

White with #B0293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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