Html Css Color HEX #B60830 Cardinal

📋 copy color: '#B60830'

red 182 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #B60830

Tints of Cardinal #B60830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 76.47%
G = 3.36%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B60830 (or 0xB60830) is known color: Cardinal. HEX triplet: B6, 08 and 30. RGB value is (182,8,48). Sum of RGB (Red+Green+Blue) = 182+8+48=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B60830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60830 is #49F7CF. Grayscale: #404040. Windows color (decimal): -4847568 or 3147958. OLE color: 3147958.

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

Color convert

RGB 182 8 48 -
CMYK 0 0.96 0.74 0.29
HSL 346.21º 0.92% 0.37% -
HSV(B) 346.21º 0.96% 0.71% -
XYZ 19.91 10.33 3.74 -
YUV 64.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 182 8 48 0 0.96 0.74 0.29 346.21 0.92 0.37
Hex B6 8 30 0 60 4A 1D 15A 5C 25
Octal 266 10 60 0 140 112 35 532 134 45
Binary 10110110 1000 110000 0 1100000 1001010 11101 101011010 1011100 100101

Color Harmonies of #B60830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60830

Black with #B60830

Text Example


Text Example

White with #B60830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60830; }

 p { color: rgb(182,8,48); }

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

background-color css

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

 a { background-color: rgb(182,8,48); }

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

border-color css

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

 span { border-color: rgb(182,8,48); }

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