Html Css Color HEX #B70A41 Cardinal

📋 copy color: '#B70A41'

red 183 ◦ green 10 ◦ blue 65

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

Shades of Cardinal #B70A41

Tints of Cardinal #B70A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 70.93%
G = 3.88%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70A41 (or 0xB70A41) is known color: Cardinal. HEX triplet: B7, 0A and 41. RGB value is (183,10,65). Sum of RGB (Red+Green+Blue) = 183+10+65=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A41 is #48F5BE. Grayscale: #434343. Windows color (decimal): -4781503 or 4262583. OLE color: 4262583.

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

Color convert

RGB 183 10 65 -
CMYK 0 0.95 0.64 0.28
HSL 340.92º 0.9% 0.38% -
HSV(B) 340.92º 0.95% 0.72% -
XYZ 20.59 10.67 5.97 -
YUV 68 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 183 10 65 0 0.95 0.64 0.28 340.92 0.9 0.38
Hex B7 A 41 0 5F 40 1C 155 5A 26
Octal 267 12 101 0 137 100 34 525 132 46
Binary 10110111 1010 1000001 0 1011111 1000000 11100 101010101 1011010 100110

Color Harmonies of #B70A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70A41

Black with #B70A41

Text Example


Text Example

White with #B70A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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