Html Css Color HEX #B80342 Cardinal

📋 copy color: '#B80342'

red 184 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #B80342

Tints of Cardinal #B80342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 72.73%
G = 1.19%
B = 26.09%

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

#B80342 (or 0xB80342) is known color: Cardinal. HEX triplet: B8, 03 and 42. RGB value is (184,3,66). Sum of RGB (Red+Green+Blue) = 184+3+66=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80342 is #47FCBD. Grayscale: #404040. Windows color (decimal): -4717758 or 4326328. OLE color: 4326328.

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

Color convert

RGB 184 3 66 -
CMYK 0 0.98 0.64 0.28
HSL 339.12º 0.97% 0.37% -
HSV(B) 339.12º 0.98% 0.72% -
XYZ 20.78 10.65 6.11 -
YUV 64.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 184 3 66 0 0.98 0.64 0.28 339.12 0.97 0.37
Hex B8 3 42 0 62 40 1C 153 61 25
Octal 270 3 102 0 142 100 34 523 141 45
Binary 10111000 11 1000010 0 1100010 1000000 11100 101010011 1100001 100101

Color Harmonies of #B80342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80342

Black with #B80342

Text Example


Text Example

White with #B80342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80342; }

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

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

background-color css

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

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

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

border-color css

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

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

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