Html Css Color HEX #B60D2B Cardinal

📋 copy color: '#B60D2B'

red 182 ◦ green 13 ◦ blue 43

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

Shades of Cardinal #B60D2B

Tints of Cardinal #B60D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 76.47%
G = 5.46%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B60D2B (or 0xB60D2B) is known color: Cardinal. HEX triplet: B6, 0D and 2B. RGB value is (182,13,43). Sum of RGB (Red+Green+Blue) = 182+13+43=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D2B is #49F2D4. Grayscale: #434343. Windows color (decimal): -4846293 or 2821558. OLE color: 2821558.

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

Color convert

RGB 182 13 43 -
CMYK 0 0.93 0.76 0.29
HSL 349.35º 0.87% 0.38% -
HSV(B) 349.35º 0.93% 0.71% -
XYZ 19.87 10.41 3.25 -
YUV 66.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 182 13 43 0 0.93 0.76 0.29 349.35 0.87 0.38
Hex B6 D 2B 0 5D 4C 1D 15D 57 26
Octal 266 15 53 0 135 114 35 535 127 46
Binary 10110110 1101 101011 0 1011101 1001100 11101 101011101 1010111 100110

Color Harmonies of #B60D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D2B

Black with #B60D2B

Text Example


Text Example

White with #B60D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D2B; }

 p { color: rgb(182,13,43); }

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

background-color css

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

 a { background-color: rgb(182,13,43); }

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

border-color css

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

 span { border-color: rgb(182,13,43); }

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