Html Css Color HEX #B40433 Cardinal

📋 copy color: '#B40433'

red 180 ◦ green 4 ◦ blue 51

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

Shades of Cardinal #B40433

Tints of Cardinal #B40433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 76.6%
G = 1.7%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B40433 (or 0xB40433) is known color: Cardinal. HEX triplet: B4, 04 and 33. RGB value is (180,4,51). Sum of RGB (Red+Green+Blue) = 180+4+51=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40433 is #4BFBCC. Grayscale: #3D3D3D. Windows color (decimal): -4979661 or 3343540. OLE color: 3343540.

HSL color Cylindrical-coordinate representation of color #B40433: hue angle of 343.98º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40433 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 51 -
CMYK 0 0.98 0.72 0.29
HSL 343.98º 0.96% 0.36% -
HSV(B) 343.98º 0.98% 0.71% -
XYZ 19.46 10.03 4.04 -
YUV 61.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 180 4 51 0 0.98 0.72 0.29 343.98 0.96 0.36
Hex B4 4 33 0 62 48 1D 158 60 24
Octal 264 4 63 0 142 110 35 530 140 44
Binary 10110100 100 110011 0 1100010 1001000 11101 101011000 1100000 100100

Color Harmonies of #B40433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40433

Black with #B40433

Text Example


Text Example

White with #B40433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40433; }

 p { color: rgb(180,4,51); }

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

background-color css

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

 a { background-color: rgb(180,4,51); }

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

border-color css

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

 span { border-color: rgb(180,4,51); }

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