Html Css Color HEX #B80745 Cardinal

📋 copy color: '#B80745'

red 184 ◦ green 7 ◦ blue 69

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

Shades of Cardinal #B80745

Tints of Cardinal #B80745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

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

R = 70.77%
G = 2.69%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80745 (or 0xB80745) is known color: Cardinal. HEX triplet: B8, 07 and 45. RGB value is (184,7,69). Sum of RGB (Red+Green+Blue) = 184+7+69=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80745 is #47F8BA. Grayscale: #424242. Windows color (decimal): -4716731 or 4523960. OLE color: 4523960.

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

Color convert

RGB 184 7 69 -
CMYK 0 0.96 0.62 0.28
HSL 338.98º 0.93% 0.37% -
HSV(B) 338.98º 0.96% 0.72% -
XYZ 20.92 10.77 6.61 -
YUV 66.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 184 7 69 0 0.96 0.62 0.28 338.98 0.93 0.37
Hex B8 7 45 0 60 3E 1C 153 5D 25
Octal 270 7 105 0 140 76 34 523 135 45
Binary 10111000 111 1000101 0 1100000 111110 11100 101010011 1011101 100101

Color Harmonies of #B80745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80745

Black with #B80745

Text Example


Text Example

White with #B80745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80745; }

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

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

background-color css

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

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

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

border-color css

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

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

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