Html Css Color HEX #B42030 Cardinal

📋 copy color: '#B42030'

red 180 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #B42030

Tints of Cardinal #B42030

RGB

 RED value IS 180 (70.7% from 255) = 69.23%

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 69.23%
G = 12.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42030 (or 0xB42030) is known color: Cardinal. HEX triplet: B4, 20 and 30. RGB value is (180,32,48). Sum of RGB (Red+Green+Blue) = 180+32+48=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B42030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42030 is #4BDFCF. Grayscale: #4E4E4E. Windows color (decimal): -4972496 or 3154100. OLE color: 3154100.

HSL color Cylindrical-coordinate representation of color #B42030: hue angle of 353.51º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42030 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 48 -
CMYK 0 0.82 0.73 0.29
HSL 353.51º 0.7% 0.42% -
HSV(B) 353.51º 0.82% 0.71% -
XYZ 19.87 10.95 3.86 -
YUV 78.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 180 32 48 0 0.82 0.73 0.29 353.51 0.7 0.42
Hex B4 20 30 0 52 49 1D 162 46 2A
Octal 264 40 60 0 122 111 35 542 106 52
Binary 10110100 100000 110000 0 1010010 1001001 11101 101100010 1000110 101010

Color Harmonies of #B42030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42030

Black with #B42030

Text Example


Text Example

White with #B42030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42030; }

 p { color: rgb(180,32,48); }

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

background-color css

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

 a { background-color: rgb(180,32,48); }

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

border-color css

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

 span { border-color: rgb(180,32,48); }

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