Html Css Color HEX #B80645 Cardinal

📋 copy color: '#B80645'

red 184 ◦ green 6 ◦ blue 69

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

Shades of Cardinal #B80645

Tints of Cardinal #B80645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 71.04%
G = 2.32%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80645 (or 0xB80645) is known color: Cardinal. HEX triplet: B8, 06 and 45. RGB value is (184,6,69). Sum of RGB (Red+Green+Blue) = 184+6+69=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80645 is #47F9BA. Grayscale: #424242. Windows color (decimal): -4716987 or 4523704. OLE color: 4523704.

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

Color convert

RGB 184 6 69 -
CMYK 0 0.97 0.62 0.28
HSL 338.76º 0.94% 0.37% -
HSV(B) 338.76º 0.97% 0.72% -
XYZ 20.91 10.75 6.6 -
YUV 66.4 129.47 211.88 -
System Red Green Blue C M Y K H S L
Decimal 184 6 69 0 0.97 0.62 0.28 338.76 0.94 0.37
Hex B8 6 45 0 61 3E 1C 153 5E 25
Octal 270 6 105 0 141 76 34 523 136 45
Binary 10111000 110 1000101 0 1100001 111110 11100 101010011 1011110 100101

Color Harmonies of #B80645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80645

Black with #B80645

Text Example


Text Example

White with #B80645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80645; }

 p { color: rgb(184,6,69); }

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

background-color css

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

 a { background-color: rgb(184,6,69); }

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

border-color css

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

 span { border-color: rgb(184,6,69); }

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