Html Css Color HEX #B70D2B Cardinal

📋 copy color: '#B70D2B'

red 183 ◦ green 13 ◦ blue 43

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

Shades of Cardinal #B70D2B

Tints of Cardinal #B70D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 76.57%
G = 5.44%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B70D2B (or 0xB70D2B) is known color: Cardinal. HEX triplet: B7, 0D and 2B. RGB value is (183,13,43). Sum of RGB (Red+Green+Blue) = 183+13+43=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D2B is #48F2D4. Grayscale: #434343. Windows color (decimal): -4780757 or 2821559. OLE color: 2821559.

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

Color convert

RGB 183 13 43 -
CMYK 0 0.93 0.77 0.28
HSL 349.41º 0.87% 0.38% -
HSV(B) 349.41º 0.93% 0.72% -
XYZ 20.11 10.53 3.26 -
YUV 67.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 183 13 43 0 0.93 0.77 0.28 349.41 0.87 0.38
Hex B7 D 2B 0 5D 4D 1C 15D 57 26
Octal 267 15 53 0 135 115 34 535 127 46
Binary 10110111 1101 101011 0 1011101 1001101 11100 101011101 1010111 100110

Color Harmonies of #B70D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70D2B

Black with #B70D2B

Text Example


Text Example

White with #B70D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70D2B; }

 p { color: rgb(183,13,43); }

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

background-color css

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

 a { background-color: rgb(183,13,43); }

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

border-color css

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

 span { border-color: rgb(183,13,43); }

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