Html Css Color HEX #B70940 Cardinal

📋 copy color: '#B70940'

red 183 ◦ green 9 ◦ blue 64

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

Shades of Cardinal #B70940

Tints of Cardinal #B70940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 71.48%
G = 3.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B70940 (or 0xB70940) is known color: Cardinal. HEX triplet: B7, 09 and 40. RGB value is (183,9,64). Sum of RGB (Red+Green+Blue) = 183+9+64=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70940 is #48F6BF. Grayscale: #434343. Windows color (decimal): -4781760 or 4196791. OLE color: 4196791.

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

Color convert

RGB 183 9 64 -
CMYK 0 0.95 0.65 0.28
HSL 341.03º 0.91% 0.38% -
HSV(B) 341.03º 0.95% 0.72% -
XYZ 20.55 10.63 5.82 -
YUV 67.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 183 9 64 0 0.95 0.65 0.28 341.03 0.91 0.38
Hex B7 9 40 0 5F 41 1C 155 5B 26
Octal 267 11 100 0 137 101 34 525 133 46
Binary 10110111 1001 1000000 0 1011111 1000001 11100 101010101 1011011 100110

Color Harmonies of #B70940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70940

Black with #B70940

Text Example


Text Example

White with #B70940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70940; }

 p { color: rgb(183,9,64); }

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

background-color css

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

 a { background-color: rgb(183,9,64); }

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

border-color css

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

 span { border-color: rgb(183,9,64); }

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