Html Css Color HEX #B70F2F Cardinal

📋 copy color: '#B70F2F'

red 183 ◦ green 15 ◦ blue 47

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

Shades of Cardinal #B70F2F

Tints of Cardinal #B70F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 74.69%
G = 6.12%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B70F2F (or 0xB70F2F) is known color: Cardinal. HEX triplet: B7, 0F and 2F. RGB value is (183,15,47). Sum of RGB (Red+Green+Blue) = 183+15+47=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F2F is #48F0D0. Grayscale: #444444. Windows color (decimal): -4780241 or 3084215. OLE color: 3084215.

HSL color Cylindrical-coordinate representation of color #B70F2F: hue angle of 348.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 15 47 -
CMYK 0 0.92 0.74 0.28
HSL 348.57º 0.85% 0.39% -
HSV(B) 348.57º 0.92% 0.72% -
XYZ 20.21 10.61 3.67 -
YUV 68.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 183 15 47 0 0.92 0.74 0.28 348.57 0.85 0.39
Hex B7 F 2F 0 5C 4A 1C 15D 55 27
Octal 267 17 57 0 134 112 34 535 125 47
Binary 10110111 1111 101111 0 1011100 1001010 11100 101011101 1010101 100111

Color Harmonies of #B70F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F2F

Black with #B70F2F

Text Example


Text Example

White with #B70F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F2F; }

 p { color: rgb(183,15,47); }

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

background-color css

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

 a { background-color: rgb(183,15,47); }

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

border-color css

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

 span { border-color: rgb(183,15,47); }

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