Html Css Color HEX #B80341 Cardinal

📋 copy color: '#B80341'

red 184 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #B80341

Tints of Cardinal #B80341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 73.02%
G = 1.19%
B = 25.79%

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

#B80341 (or 0xB80341) is known color: Cardinal. HEX triplet: B8, 03 and 41. RGB value is (184,3,65). Sum of RGB (Red+Green+Blue) = 184+3+65=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B80341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80341 is #47FCBE. Grayscale: #404040. Windows color (decimal): -4717759 or 4260792. OLE color: 4260792.

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

Color convert

RGB 184 3 65 -
CMYK 0 0.98 0.65 0.28
HSL 339.45º 0.97% 0.37% -
HSV(B) 339.45º 0.98% 0.72% -
XYZ 20.75 10.64 5.96 -
YUV 64.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 184 3 65 0 0.98 0.65 0.28 339.45 0.97 0.37
Hex B8 3 41 0 62 41 1C 153 61 25
Octal 270 3 101 0 142 101 34 523 141 45
Binary 10111000 11 1000001 0 1100010 1000001 11100 101010011 1100001 100101

Color Harmonies of #B80341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80341

Black with #B80341

Text Example


Text Example

White with #B80341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80341; }

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

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

background-color css

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

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

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

border-color css

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

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

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