Html Css Color HEX #B41735 Cardinal

📋 copy color: '#B41735'

red 180 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #B41735

Tints of Cardinal #B41735

RGB

 RED value IS 180 (70.7% from 255) = 70.31%

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 70.31%
G = 8.98%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41735 (or 0xB41735) is known color: Cardinal. HEX triplet: B4, 17 and 35. RGB value is (180,23,53). Sum of RGB (Red+Green+Blue) = 180+23+53=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B41735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41735 is #4BE8CA. Grayscale: #494949. Windows color (decimal): -4974795 or 3479476. OLE color: 3479476.

HSL color Cylindrical-coordinate representation of color #B41735: hue angle of 348.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41735 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 53 -
CMYK 0 0.87 0.71 0.29
HSL 348.54º 0.77% 0.4% -
HSV(B) 348.54º 0.87% 0.71% -
XYZ 19.77 10.57 4.37 -
YUV 73.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 180 23 53 0 0.87 0.71 0.29 348.54 0.77 0.4
Hex B4 17 35 0 57 47 1D 15D 4D 28
Octal 264 27 65 0 127 107 35 535 115 50
Binary 10110100 10111 110101 0 1010111 1000111 11101 101011101 1001101 101000

Color Harmonies of #B41735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41735

Black with #B41735

Text Example


Text Example

White with #B41735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41735; }

 p { color: rgb(180,23,53); }

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

background-color css

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

 a { background-color: rgb(180,23,53); }

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

border-color css

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

 span { border-color: rgb(180,23,53); }

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