Html Css Color HEX #B80041 Cardinal

📋 copy color: '#B80041'

red 184 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #B80041

Tints of Cardinal #B80041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.9%
G = 0%
B = 26.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80041 (or 0xB80041) is known color: Cardinal. HEX triplet: B8, 00 and 41. RGB value is (184,0,65). Sum of RGB (Red+Green+Blue) = 184+0+65=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B80041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80041 is #47FFBE. Grayscale: #3E3E3E. Windows color (decimal): -4718527 or 4260024. OLE color: 4260024.

HSL color Cylindrical-coordinate representation of color #B80041: hue angle of 338.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80041 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 65 -
CMYK 0 1 0.65 0.28
HSL 338.8º 1% 0.36% -
HSV(B) 338.8º 1% 0.72% -
XYZ 20.72 10.57 5.95 -
YUV 62.43 129.46 214.71 -
System Red Green Blue C M Y K H S L
Decimal 184 0 65 0 1 0.65 0.28 338.8 1 0.36
Hex B8 0 41 0 64 41 1C 153 64 24
Octal 270 0 101 0 144 101 34 523 144 44
Binary 10111000 0 1000001 0 1100100 1000001 11100 101010011 1100100 100100

Color Harmonies of #B80041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80041

Black with #B80041

Text Example


Text Example

White with #B80041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80041; }

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

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

background-color css

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

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

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

border-color css

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

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

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