Html Css Color HEX #B70041 Cardinal

📋 copy color: '#B70041'

red 183 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #B70041

Tints of Cardinal #B70041

RGB

 RED value IS 183 (71.88% from 255) = 73.79%

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

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

R = 73.79%
G = 0%
B = 26.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70041 (or 0xB70041) is known color: Cardinal. HEX triplet: B7, 00 and 41. RGB value is (183,0,65). Sum of RGB (Red+Green+Blue) = 183+0+65=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B70041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70041 is #48FFBE. Grayscale: #3E3E3E. Windows color (decimal): -4784063 or 4260023. OLE color: 4260023.

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

Color convert

RGB 183 0 65 -
CMYK 0 1 0.64 0.28
HSL 338.69º 1% 0.36% -
HSV(B) 338.69º 1% 0.72% -
XYZ 20.48 10.45 5.94 -
YUV 62.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 183 0 65 0 1 0.64 0.28 338.69 1 0.36
Hex B7 0 41 0 64 40 1C 153 64 24
Octal 267 0 101 0 144 100 34 523 144 44
Binary 10110111 0 1000001 0 1100100 1000000 11100 101010011 1100100 100100

Color Harmonies of #B70041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70041

Black with #B70041

Text Example


Text Example

White with #B70041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70041; }

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

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

background-color css

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

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

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

border-color css

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

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

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