Html Css Color HEX #B80443 Cardinal

📋 copy color: '#B80443'

red 184 ◦ green 4 ◦ blue 67

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

Shades of Cardinal #B80443

Tints of Cardinal #B80443

RGB

 RED value IS 184 (72.27% from 255) = 72.16%

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

 BLUE value IS 67 (26.56% from 255) = 26.27%

R = 72.16%
G = 1.57%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80443 (or 0xB80443) is known color: Cardinal. HEX triplet: B8, 04 and 43. RGB value is (184,4,67). Sum of RGB (Red+Green+Blue) = 184+4+67=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80443 is #47FBBC. Grayscale: #404040. Windows color (decimal): -4717501 or 4392120. OLE color: 4392120.

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

Color convert

RGB 184 4 67 -
CMYK 0 0.98 0.64 0.28
HSL 339º 0.96% 0.37% -
HSV(B) 339º 0.98% 0.72% -
XYZ 20.82 10.68 6.27 -
YUV 65 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 184 4 67 0 0.98 0.64 0.28 339 0.96 0.37
Hex B8 4 43 0 62 40 1C 153 60 25
Octal 270 4 103 0 142 100 34 523 140 45
Binary 10111000 100 1000011 0 1100010 1000000 11100 101010011 1100000 100101

Color Harmonies of #B80443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80443

Black with #B80443

Text Example


Text Example

White with #B80443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80443; }

 p { color: rgb(184,4,67); }

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

background-color css

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

 a { background-color: rgb(184,4,67); }

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

border-color css

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

 span { border-color: rgb(184,4,67); }

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