Html Css Color HEX #B61C39 Cardinal

📋 copy color: '#B61C39'

red 182 ◦ green 28 ◦ blue 57

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

Shades of Cardinal #B61C39

Tints of Cardinal #B61C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 68.16%
G = 10.49%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B61C39 (or 0xB61C39) is known color: Cardinal. HEX triplet: B6, 1C and 39. RGB value is (182,28,57). Sum of RGB (Red+Green+Blue) = 182+28+57=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61C39 is #49E3C6. Grayscale: #4D4D4D. Windows color (decimal): -4842439 or 3742902. OLE color: 3742902.

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

Color convert

RGB 182 28 57 -
CMYK 0 0.85 0.69 0.29
HSL 348.7º 0.73% 0.41% -
HSV(B) 348.7º 0.85% 0.71% -
XYZ 20.45 11.07 4.93 -
YUV 77.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 182 28 57 0 0.85 0.69 0.29 348.7 0.73 0.41
Hex B6 1C 39 0 55 45 1D 15D 49 29
Octal 266 34 71 0 125 105 35 535 111 51
Binary 10110110 11100 111001 0 1010101 1000101 11101 101011101 1001001 101001

Color Harmonies of #B61C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C39

Black with #B61C39

Text Example


Text Example

White with #B61C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C39; }

 p { color: rgb(182,28,57); }

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

background-color css

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

 a { background-color: rgb(182,28,57); }

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

border-color css

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

 span { border-color: rgb(182,28,57); }

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