Html Css Color HEX #B62B35 Cardinal

📋 copy color: '#B62B35'

red 182 ◦ green 43 ◦ blue 53

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

Shades of Cardinal #B62B35

Tints of Cardinal #B62B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.47%

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

R = 65.47%
G = 15.47%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B62B35 (or 0xB62B35) is known color: Cardinal. HEX triplet: B6, 2B and 35. RGB value is (182,43,53). Sum of RGB (Red+Green+Blue) = 182+43+53=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B35 is #49D4CA. Grayscale: #555555. Windows color (decimal): -4838603 or 3484598. OLE color: 3484598.

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

Color convert

RGB 182 43 53 -
CMYK 0 0.76 0.71 0.29
HSL 355.68º 0.62% 0.44% -
HSV(B) 355.68º 0.76% 0.71% -
XYZ 20.8 11.93 4.57 -
YUV 85.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 182 43 53 0 0.76 0.71 0.29 355.68 0.62 0.44
Hex B6 2B 35 0 4C 47 1D 164 3E 2C
Octal 266 53 65 0 114 107 35 544 76 54
Binary 10110110 101011 110101 0 1001100 1000111 11101 101100100 111110 101100

Color Harmonies of #B62B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B35

Black with #B62B35

Text Example


Text Example

White with #B62B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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