Html Css Color HEX #B70935 Cardinal

📋 copy color: '#B70935'

red 183 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #B70935

Tints of Cardinal #B70935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 74.69%
G = 3.67%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B70935 (or 0xB70935) is known color: Cardinal. HEX triplet: B7, 09 and 35. RGB value is (183,9,53). Sum of RGB (Red+Green+Blue) = 183+9+53=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B70935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70935 is #48F6CA. Grayscale: #424242. Windows color (decimal): -4781771 or 3475895. OLE color: 3475895.

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

Color convert

RGB 183 9 53 -
CMYK 0 0.95 0.71 0.28
HSL 344.83º 0.91% 0.38% -
HSV(B) 344.83º 0.95% 0.72% -
XYZ 20.27 10.52 4.33 -
YUV 66.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 183 9 53 0 0.95 0.71 0.28 344.83 0.91 0.38
Hex B7 9 35 0 5F 47 1C 159 5B 26
Octal 267 11 65 0 137 107 34 531 133 46
Binary 10110111 1001 110101 0 1011111 1000111 11100 101011001 1011011 100110

Color Harmonies of #B70935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70935

Black with #B70935

Text Example


Text Example

White with #B70935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70935; }

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

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

background-color css

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

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

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

border-color css

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

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

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