Html Css Color HEX #B70938 Cardinal

📋 copy color: '#B70938'

red 183 ◦ green 9 ◦ blue 56

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

Shades of Cardinal #B70938

Tints of Cardinal #B70938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 73.79%
G = 3.63%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B70938 (or 0xB70938) is known color: Cardinal. HEX triplet: B7, 09 and 38. RGB value is (183,9,56). Sum of RGB (Red+Green+Blue) = 183+9+56=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B70938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70938 is #48F6C7. Grayscale: #424242. Windows color (decimal): -4781768 or 3672503. OLE color: 3672503.

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

Color convert

RGB 183 9 56 -
CMYK 0 0.95 0.69 0.28
HSL 343.79º 0.91% 0.38% -
HSV(B) 343.79º 0.95% 0.72% -
XYZ 20.34 10.55 4.71 -
YUV 66.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 183 9 56 0 0.95 0.69 0.28 343.79 0.91 0.38
Hex B7 9 38 0 5F 45 1C 158 5B 26
Octal 267 11 70 0 137 105 34 530 133 46
Binary 10110111 1001 111000 0 1011111 1000101 11100 101011000 1011011 100110

Color Harmonies of #B70938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70938

Black with #B70938

Text Example


Text Example

White with #B70938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70938; }

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

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

background-color css

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

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

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

border-color css

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

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

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