Html Css Color HEX #B60135 Cardinal

📋 copy color: '#B60135'

red 182 ◦ green 1 ◦ blue 53

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

Shades of Cardinal #B60135

Tints of Cardinal #B60135

RGB

 RED value IS 182 (71.48% from 255) = 77.12%

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 77.12%
G = 0.42%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B60135 (or 0xB60135) is known color: Cardinal. HEX triplet: B6, 01 and 35. RGB value is (182,1,53). Sum of RGB (Red+Green+Blue) = 182+1+53=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B60135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60135 is #49FECA. Grayscale: #3D3D3D. Windows color (decimal): -4849355 or 3473846. OLE color: 3473846.

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

Color convert

RGB 182 1 53 -
CMYK 0 0.99 0.71 0.29
HSL 342.76º 0.99% 0.36% -
HSV(B) 342.76º 0.99% 0.71% -
XYZ 19.94 10.22 4.29 -
YUV 61.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 182 1 53 0 0.99 0.71 0.29 342.76 0.99 0.36
Hex B6 1 35 0 63 47 1D 157 63 24
Octal 266 1 65 0 143 107 35 527 143 44
Binary 10110110 1 110101 0 1100011 1000111 11101 101010111 1100011 100100

Color Harmonies of #B60135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60135

Black with #B60135

Text Example


Text Example

White with #B60135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60135; }

 p { color: rgb(182,1,53); }

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

background-color css

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

 a { background-color: rgb(182,1,53); }

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

border-color css

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

 span { border-color: rgb(182,1,53); }

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