Html Css Color HEX #B40430 Cardinal

📋 copy color: '#B40430'

red 180 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #B40430

Tints of Cardinal #B40430

RGB

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

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

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

R = 77.59%
G = 1.72%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40430 (or 0xB40430) is known color: Cardinal. HEX triplet: B4, 04 and 30. RGB value is (180,4,48). Sum of RGB (Red+Green+Blue) = 180+4+48=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40430 is #4BFBCF. Grayscale: #3D3D3D. Windows color (decimal): -4979664 or 3146932. OLE color: 3146932.

HSL color Cylindrical-coordinate representation of color #B40430: hue angle of 345º 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 #B40430 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 48 -
CMYK 0 0.98 0.73 0.29
HSL 345º 0.96% 0.36% -
HSV(B) 345º 0.98% 0.71% -
XYZ 19.4 10 3.7 -
YUV 61.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 180 4 48 0 0.98 0.73 0.29 345 0.96 0.36
Hex B4 4 30 0 62 49 1D 159 60 24
Octal 264 4 60 0 142 111 35 531 140 44
Binary 10110100 100 110000 0 1100010 1001001 11101 101011001 1100000 100100

Color Harmonies of #B40430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40430

Black with #B40430

Text Example


Text Example

White with #B40430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40430; }

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

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

background-color css

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

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

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

border-color css

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

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

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