Html Css Color HEX #B0182A Cardinal

📋 copy color: '#B0182A'

red 176 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #B0182A

Tints of Cardinal #B0182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 72.73%
G = 9.92%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0182A (or 0xB0182A) is known color: Cardinal. HEX triplet: B0, 18 and 2A. RGB value is (176,24,42). Sum of RGB (Red+Green+Blue) = 176+24+42=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0182A is #4FE7D5. Grayscale: #474747. Windows color (decimal): -5236694 or 2758832. OLE color: 2758832.

HSL color Cylindrical-coordinate representation of color #B0182A: hue angle of 352.89º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0182A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 42 -
CMYK 0 0.86 0.76 0.31
HSL 352.89º 0.76% 0.39% -
HSV(B) 352.89º 0.86% 0.69% -
XYZ 18.65 10.05 3.15 -
YUV 71.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 176 24 42 0 0.86 0.76 0.31 352.89 0.76 0.39
Hex B0 18 2A 0 56 4C 1F 161 4C 27
Octal 260 30 52 0 126 114 37 541 114 47
Binary 10110000 11000 101010 0 1010110 1001100 11111 101100001 1001100 100111

Color Harmonies of #B0182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0182A

Black with #B0182A

Text Example


Text Example

White with #B0182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0182A; }

 p { color: rgb(176,24,42); }

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

background-color css

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

 a { background-color: rgb(176,24,42); }

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

border-color css

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

 span { border-color: rgb(176,24,42); }

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