Html Css Color HEX #B0293A Cardinal

📋 copy color: '#B0293A'

red 176 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #B0293A

Tints of Cardinal #B0293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 64%
G = 14.91%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0293A (or 0xB0293A) is known color: Cardinal. HEX triplet: B0, 29 and 3A. RGB value is (176,41,58). Sum of RGB (Red+Green+Blue) = 176+41+58=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0293A is #4FD6C5. Grayscale: #535353. Windows color (decimal): -5232326 or 3811760. OLE color: 3811760.

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

Color convert

RGB 176 41 58 -
CMYK 0 0.77 0.67 0.31
HSL 352.44º 0.62% 0.43% -
HSV(B) 352.44º 0.77% 0.69% -
XYZ 19.46 11.12 5.12 -
YUV 83.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 176 41 58 0 0.77 0.67 0.31 352.44 0.62 0.43
Hex B0 29 3A 0 4D 43 1F 160 3E 2B
Octal 260 51 72 0 115 103 37 540 76 53
Binary 10110000 101001 111010 0 1001101 1000011 11111 101100000 111110 101011

Color Harmonies of #B0293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0293A

Black with #B0293A

Text Example


Text Example

White with #B0293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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