Html Css Color HEX #B80441 Cardinal

📋 copy color: '#B80441'

red 184 ◦ green 4 ◦ blue 65

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

Shades of Cardinal #B80441

Tints of Cardinal #B80441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.69%

R = 72.73%
G = 1.58%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80441 (or 0xB80441) is known color: Cardinal. HEX triplet: B8, 04 and 41. RGB value is (184,4,65). Sum of RGB (Red+Green+Blue) = 184+4+65=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80441 is #47FBBE. Grayscale: #404040. Windows color (decimal): -4717503 or 4261048. OLE color: 4261048.

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

Color convert

RGB 184 4 65 -
CMYK 0 0.98 0.65 0.28
HSL 339.67º 0.96% 0.37% -
HSV(B) 339.67º 0.98% 0.72% -
XYZ 20.76 10.66 5.96 -
YUV 64.77 128.13 213.04 -
System Red Green Blue C M Y K H S L
Decimal 184 4 65 0 0.98 0.65 0.28 339.67 0.96 0.37
Hex B8 4 41 0 62 41 1C 154 60 25
Octal 270 4 101 0 142 101 34 524 140 45
Binary 10111000 100 1000001 0 1100010 1000001 11100 101010100 1100000 100101

Color Harmonies of #B80441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80441

Black with #B80441

Text Example


Text Example

White with #B80441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80441; }

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

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

background-color css

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

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

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

border-color css

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

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

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