Html Css Color HEX #B31035 Cardinal

📋 copy color: '#B31035'

red 179 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #B31035

Tints of Cardinal #B31035

RGB

 RED value IS 179 (70.31% from 255) = 72.18%

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 72.18%
G = 6.45%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B31035 (or 0xB31035) is known color: Cardinal. HEX triplet: B3, 10 and 35. RGB value is (179,16,53). Sum of RGB (Red+Green+Blue) = 179+16+53=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B31035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31035 is #4CEFCA. Grayscale: #444444. Windows color (decimal): -5042123 or 3477683. OLE color: 3477683.

HSL color Cylindrical-coordinate representation of color #B31035: hue angle of 346.38º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31035 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 53 -
CMYK 0 0.91 0.70 0.30
HSL 346.38º 0.84% 0.38% -
HSV(B) 346.38º 0.91% 0.7% -
XYZ 19.42 10.21 4.32 -
YUV 68.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 179 16 53 0 0.91 0.70 0.30 346.38 0.84 0.38
Hex B3 10 35 0 5B 46 1E 15A 54 26
Octal 263 20 65 0 133 106 36 532 124 46
Binary 10110011 10000 110101 0 1011011 1000110 11110 101011010 1010100 100110

Color Harmonies of #B31035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31035

Black with #B31035

Text Example


Text Example

White with #B31035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31035; }

 p { color: rgb(179,16,53); }

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

background-color css

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

 a { background-color: rgb(179,16,53); }

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

border-color css

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

 span { border-color: rgb(179,16,53); }

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